Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.spreadsheet.actions--actions

This contribution is part of XML component org.nuxeo.ecm.platform.spreadsheet.actions inside nuxeo-platform-spreadsheet-jsf-9.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/spreadsheet.png" id="contentViewSpreadsheet" label="label.contentview.actions.spreadsheet" order="90" type="template">
          <category>CONTENT_VIEW_ACTIONS</category>
          <properties>
            <property name="template">
              /incl/action/spreadsheet_editor.xhtml
            </property>
            <property name="iframe">#{spreadsheetActions.urlFor(contentView)}</property>
            <property name="width">100%</property>
            <property name="height">100%</property>
          </properties>
          <filter-id>contentViewShowSpreadsheet</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
    <action icon="/icons/spreadsheet.png" id="contentViewSpreadsheet" label="label.contentview.actions.spreadsheet" order="90" type="template">
      <category>CONTENT_VIEW_ACTIONS</category>
      <properties>
        <property name="template">
          /incl/action/spreadsheet_editor.xhtml
        </property>
        <property name="iframe">#{spreadsheetActions.urlFor(contentView)}</property>
        <property name="width">100%</property>
        <property name="height">100%</property>
      </properties>
      <filter-id>contentViewShowSpreadsheet</filter-id>
    </action>
  </extension>